home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global totalScore, standalone
- if the optionDown then
- beep()
- case random(3) of
- 1:
- put random(200) into field "toadTotalScore"
- 2:
- put random(200) + 500 into field "toadTotalScore"
- otherwise:
- put random(200) + 1000 into field "toadTotalScore"
- end case
- if not standalone then
- saveIcon(24)
- saveIcon(25)
- saveIcon(26)
- end if
- goHighScores()
- else
- if the moviePath contains "walkabout" then
- goWalkabout()
- end if
- end if
- end
-